MantleKit Launch Planner helps founders, freelancers, and agencies turn a plain-English SaaS idea into a launch-ready MantleKit setup plan. It recommends the best tier, theme, feature set, install path, and next steps using MantleKit’s real product structure, pricing, themes, and setup flow.
Overview
MantleKit Launch Planner
MantleKit Launch Planner is a remote MCP server for planning SaaS projects with MantleKit.
Give it a plain-English product idea and it can recommend the best MantleKit tier, theme, built-in features, setup path, and next steps. It is designed for founders, freelancers, and agencies who want to turn an idea into a practical launch blueprint before writing code.
What it helps with
- Recommend the right MantleKit tier: Landing, Starter, Pro, or Agency
- Match a MantleKit theme to a product, audience, or brand direction
- Generate a launch-ready SaaS project blueprint
- Compare MantleKit against a custom build
- Identify built-in features that can save setup time
Available tools
recommend_setup- recommends tier, theme, features, install command, assumptions, and next stepsgenerate_project_blueprint- turns an app idea into pages, dashboard sections, data entities, MVP scope, and launch planmatch_theme- recommends a MantleKit theme based on audience, product type, and brand stylecompare_build_vs_custom- estimates what MantleKit covers versus what still needs custom work
Remote endpoint
{
"mcpServers": {
"mantlekit-launch-planner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mantlekit.dev/mcp"
]
}
}
}
Server Config
{
"mcpServers": {
"mantlekit-launch-planner": {
"url": "https://mcp.mantlekit.dev/mcp"
}
}
}